-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magnetic elastica #75
Magnetic elastica #75
Conversation
This commit adds a script for simulating elastic clamped beam under constant magnetic field. We also included the analytical solution here as well.
Magnetic rod derived from Cosserat rod and we added a new variable called 'magnetization_collection'. We also added new memory block structure.
This commit changes the magnetic rod inputs. Now magnetic rod will take magnetization density and magnetization direction in lab frame. Then using these we compute magnetization_collection.
This commit updates magnetic rod simulation for the new magnetic force interface.
This commit adds the example code for a rod under rotating magnetic field.
…PyElastica into magnetic_elastica
I'm gonna go over this PR later. I don't think it is urgent for |
We added friction plane, connection between two perpendicular rods and run script for magnetic milipede
feat : track velocity in magnetic example
@armantekinalp @bhosale2 Did we decide to put these updates in PyElastica repo? |
We will have a separate repo for magnetism. However, we need to do code refactoring in PyElastica end. We can cancel this PR. |
@armantekinalp Can you make another PR with the necessary changes cherry-picked? |
@armantekinalp let's finalize the consensus on this and close the PR. |
This PR adds magnetic rod features to PyElastica